home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.lha / hsc / src_docs / index.hsc < prev    next >
Text File  |  1996-05-15  |  4KB  |  90 lines

  1. <HTML><HEAD>
  2.   <$define DESCRIPTION:string=("This is the documentation to hsc, a "
  3.     +"developer tool for HTML-projects. It acts as a preprocessors "
  4.     +"and supports include files, macros, expressions, conditionals, "
  5.     +" replaces special characters, performs a structure check, test "
  6.     +" existence of local links and several other things.")>
  7. <*<$define DESCRIPTION:string=("This is the documentation to hsc, a
  8.  developer tool for HTML-projects. It acts like a preprocessors
  9.  and supports include files, macros, expressions, conditionals,
  10.  replaces special characters, performs a structure check, test
  11.  existence of local links and several other things.")>*>
  12.   <TITLE>hsc - HTML sucks completely</TITLE>
  13.   <LINK REV="owns" TITLE="Thomas Aglassinger" HREF="mailto:agi@sbox.tu-graz.ac.at">
  14.   <LINK REL="Home" HREF=":index.html">
  15.   <LINK REL="Copyright" HREF=":copy.html">
  16.   <META HTTP-EQUIV="keywords" CONTENT="HTML, tool, preprocessor, macro, include, condition, suck">
  17.   <META HTTP-EQUIV="description" CONTENT=(DESCRIPTION)>
  18. </HEAD>
  19.  
  20. <BODY>
  21. <IMG SRC=":image/head.gif" ALT="[hsc]">
  22. <H1>hsc</H1>
  23.  
  24. <P><EM>(Version 0.9.7, 15-May-1996)</EM></P>
  25.  
  26. <P><$insert TEXT=(DESCRIPTION)></P>
  27.  
  28. <* I'm not sure yet if that splatter-pic should be included.. Hehe *>
  29. <*<IMG SRC="image/hsc.gif" ALT="HTML sucks completely" ALIGN="right">*>
  30.  
  31. <H2>About</H2>
  32. <UL>
  33. <LI>What's this all <A HREF="about.html">about</A>?
  34. <LI>System- & knownledge-<A HREF="require.html">requirements</A>
  35. <LI>The <A HREF="distrib.html">distribution</A>
  36. </UL>
  37.  
  38. <H2>Features</H2>
  39. <UL>
  40. <LI><A HREF="features/spctags.html">Special tags</A>
  41.     to make life a bit easier
  42. <LI><A HREF="features/checkuri.html">Check existence</A>
  43.      of local URIs to avoid dead links
  44. <LI><A HREF="features/absuris.html">Absolut URIs</A>
  45.     to avoid paths like "../../../image/back.gif"
  46. <LI><A HREF="macro/macros.html">Macros</A>
  47.     to create your own shortcuts and templates.
  48. <LI><A HREF="features/expressions.html">Expressions</A>
  49.     as arguments for attributes
  50. <LI><A HREF="features/if.html">Conditional conversion</A>
  51.     to make your macros more flexible.
  52. <LI><A HREF="features/rplcent.html">Replace special characters</A>
  53.     with its entities
  54. <LI><A HREF="features/getsize.html">Get size</A> of images and set attributes
  55.     <CODE>WIDTH</CODE> and <CODE>HEIGHT</CODE>
  56. <LI><A HREF="features/strip.html">Strip specific elements</A> (comments,
  57.     redundant linefeeds and white-spaces, unneeded tags,
  58.     tags with external references)
  59. <LI><A HREF="features/syntax.html">Structure and syntax check</A>
  60.     to avoid surprises with different browsers
  61. </UL>
  62.  
  63. <H2>Usage</H2>
  64. <UL>
  65. <LI><A HREF="install.html">Installation</A>
  66. <LI><A HREF="options.html">Options and swiches</A> - invoking <hsc>
  67. <LI><A HREF="examples.html">Example usage</A>
  68. <LI>Description of <A HREF="messages.html">messages</A>
  69. <LI><A HREF="questions.html">Questions</A> (and maybe some answers)
  70. </UL>
  71.  
  72. <H2>Stuff</H2>
  73. <UL>
  74. <LI>How to reach the <A HREF="updates.html">Author</A>
  75.     and where to get updates
  76. <LI><A HREF="copy.html">Copyright</A> and disclaimer
  77. <LI>About the <A HREF="source.html">sources</A>
  78. <LI><A HREF="bugs.html">Known bugs & limitations</A>
  79. <LI>Program <A HREF="../History">history</A>: what has happened so far.
  80. <LI><A HREF="future.html">Future Improvements</A>
  81. <LI><A HREF="related.html">Related tools</A> and further information
  82. </UL>
  83.  
  84. <HR>
  85. <ADDRESS>
  86.   Thomas Aglassinger (<A HREF="mailto:agi@giga.or.at">agi@giga.or.at</A>),
  87.   <$insert TIME FORMAT="%d-%b-%Y">
  88. </ADDRESS>
  89. </BODY></HTML>
  90.